[INFO] cloning repository https://github.com/tecposter/tec-obsidian-publish
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tecposter/tec-obsidian-publish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftecposter%2Ftec-obsidian-publish", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftecposter%2Ftec-obsidian-publish'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e7c0b426d1335f14271417d689f1474df3ab52c5
[INFO] checking tecposter/tec-obsidian-publish against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftecposter%2Ftec-obsidian-publish" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tecposter/tec-obsidian-publish
[INFO] finished tweaking git repo https://github.com/tecposter/tec-obsidian-publish
[INFO] tweaked toml for git repo https://github.com/tecposter/tec-obsidian-publish written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tecposter/tec-obsidian-publish on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tecposter/tec-obsidian-publish already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.113
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.113
[INFO] [stderr]   Downloaded toml v1.0.4+spec-1.1.0
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.113
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.113
[INFO] [stderr]   Downloaded js-sys v0.3.90
[INFO] [stderr]   Downloaded inquire v0.9.4
[INFO] [stderr]   Downloaded pulldown-cmark v0.13.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0f41a98f162c007660cea596e9c8a3d71517e2a94d52548df25c2591ffab1015
[INFO] running `Command { std: "docker" "start" "0f41a98f162c007660cea596e9c8a3d71517e2a94d52548df25c2591ffab1015", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f41a98f162c007660cea596e9c8a3d71517e2a94d52548df25c2591ffab1015", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0f41a98f162c007660cea596e9c8a3d71517e2a94d52548df25c2591ffab1015" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f41a98f162c007660cea596e9c8a3d71517e2a94d52548df25c2591ffab1015", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0f41a98f162c007660cea596e9c8a3d71517e2a94d52548df25c2591ffab1015" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling pulldown-cmark v0.13.1
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking rust-embed-utils v8.11.0
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking pulldown-cmark-escape v0.11.0
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking tempfile v3.26.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking toml v1.0.4+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking rust-embed v8.11.0
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]     Checking onig v6.5.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking inquire v0.9.4
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking plist v1.8.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking syntect v5.3.0
[INFO] [stderr]     Checking tera v1.20.1
[INFO] [stderr]     Checking tec-obsidian-publish v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `ASSET_EXTENSIONS` is never used
[INFO] [stdout]  --> src/assets.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const ASSET_EXTENSIONS: &[&str] = &[
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_asset` is never used
[INFO] [stdout]   --> src/assets.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn is_asset(path: &Path) -> bool {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_assets` is never used
[INFO] [stdout]   --> src/assets.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn copy_assets(vault_path: &Path, output_path: &Path, relative_path: &str) -> Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_embedded_images` is never used
[INFO] [stdout]   --> src/assets.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub fn extract_embedded_images(content: &str) -> Vec<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `theme_exists` is never used
[INFO] [stdout]   --> src/embedded_themes.rs:91:8
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn theme_exists(base_path: &Path, theme_name: &str) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `transform_wikilinks` is never used
[INFO] [stdout]   --> src/links.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn transform_wikilinks(content: &str) -> String {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `modified_at` is never read
[INFO] [stdout]   --> src/parser.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Page {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub modified_at: chrono::DateTime<chrono::Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Page` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `default_config_path` is never used
[INFO] [stdout]  --> src/prompts.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn default_config_path() -> Result<PathBuf> {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_page` is never used
[INFO] [stdout]   --> src/renderer.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn render_page(tera: &Tera, template: &str, page: &Page, site_title: &str) -> Result<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `templates_dir` are never read
[INFO] [stdout]   --> src/theme.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Theme {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  9 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 10 |     pub templates_dir: PathBuf,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Theme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `default_css` is never used
[INFO] [stdout]   --> src/theme.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn default_css() -> &'static str {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `theme_toggle_js` is never used
[INFO] [stdout]    --> src/theme.rs:180:8
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub fn theme_toggle_js() -> &'static str {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_output_path` is never used
[INFO] [stdout]   --> src/vault.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn get_output_path(relative_path: &str, output_dir: &Path) -> PathBuf {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ASSET_EXTENSIONS` is never used
[INFO] [stdout]  --> src/assets.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const ASSET_EXTENSIONS: &[&str] = &[
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_asset` is never used
[INFO] [stdout]   --> src/assets.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn is_asset(path: &Path) -> bool {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_assets` is never used
[INFO] [stdout]   --> src/assets.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn copy_assets(vault_path: &Path, output_path: &Path, relative_path: &str) -> Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_embedded_images` is never used
[INFO] [stdout]   --> src/assets.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub fn extract_embedded_images(content: &str) -> Vec<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `modified_at` is never read
[INFO] [stdout]   --> src/parser.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Page {
[INFO] [stdout]    |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub modified_at: chrono::DateTime<chrono::Utc>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Page` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `default_config_path` is never used
[INFO] [stdout]  --> src/prompts.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn default_config_path() -> Result<PathBuf> {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_page` is never used
[INFO] [stdout]   --> src/renderer.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn render_page(tera: &Tera, template: &str, page: &Page, site_title: &str) -> Result<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `templates_dir` are never read
[INFO] [stdout]   --> src/theme.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Theme {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout]  9 |     pub name: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 10 |     pub templates_dir: PathBuf,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Theme` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `default_css` is never used
[INFO] [stdout]   --> src/theme.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn default_css() -> &'static str {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `theme_toggle_js` is never used
[INFO] [stdout]    --> src/theme.rs:180:8
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub fn theme_toggle_js() -> &'static str {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_output_path` is never used
[INFO] [stdout]   --> src/vault.rs:60:8
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub fn get_output_path(relative_path: &str, output_dir: &Path) -> PathBuf {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.50s
[INFO] running `Command { std: "docker" "inspect" "0f41a98f162c007660cea596e9c8a3d71517e2a94d52548df25c2591ffab1015", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f41a98f162c007660cea596e9c8a3d71517e2a94d52548df25c2591ffab1015", kill_on_drop: false }`
[INFO] [stdout] 0f41a98f162c007660cea596e9c8a3d71517e2a94d52548df25c2591ffab1015
